-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set minimum for openmmforcefields version in conda envs to 0.12.0 #193
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
==========================================
- Coverage 82.85% 82.26% -0.59%
==========================================
Files 22 22
Lines 2735 2735
==========================================
- Hits 2266 2250 -16
- Misses 469 485 +16 ☔ View full report in Codecov by Sentry. |
Looks like ambertools is keeping us from using python 3.11? @mikemhenry any insights as to why this may suddenly be the case with I'm fine with downgrading to Python 3.10 in this instance, but wanted to raise this as odd in case it's the first we've seen it. |
We don't have python 3.11 builds for older ambertools, and we can't use the newest openmmtools with the older ambertools. Does that make sense? In a perfect world, I would do a amber22 build for python 3.11 |
@mikemhenry yes, that makes sense. As discussed today, can you take a stab at getting an ambertools 22 build for Python 3.11, since I think without that, practically the whole For (my future) reference, here is the pin that holds us back from |
For the moment then here, we will remove Python 3.11 as a tested version, and proceed with deploying on Python 3.10. The CI for that version will always fail at present given the problem above. |
Decided to keep 3.11 CI test; we don't require it to pass before merge, so this keeps it around as a reminder that this needs fixing. May revisit this decision if it proves annoying having it around. |
Even though 0.12.0 is currently the latest version of
openmmforcefields
, building the env without forcing it appears to get 0.11.2 at the moment.